FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.gematik.erezept-workflow.r4#1.4.2 (47 ms)

Package de.gematik.erezept-workflow.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.4.2&canonical=https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
Url https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
Version 1.4
Status active
Date 2024-07-15
Name GEM_ERP_PR_MedicationDispense
Title Dispensation of the Prescription
Experimental False
Description Handles information about the redeem of the prescription and the submited medication.
Type MedicationDispense
Kind resource

Resources that use this resource

StructureDefinition
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle Document Bundle for multiple MedicationDispenses on $close Operation
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_CloseOperation_Input GEM ERP PR CloseOperation Input
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_DispenseOperation_Input GEM ERP PR DispenseOperation Input
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_DispenseOperation_Output GEM ERP PR DispenseOperation Output

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/identifier-telematik-id Identifier-Profil für die Telematik-ID
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication Medication for the Dispensation of the Prescription
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId Identifier Profile for Prescription IDs
https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense EPA MedicationDispense


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "GEM-ERP-PR-MedicationDispense",
  "url" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
  "version" : "1.4",
  "name" : "GEM_ERP_PR_MedicationDispense",
  "title" : "Dispensation of the Prescription",
  "status" : "active",
  "date" : "2024-07-15",
  "description" : "Handles information about the redeem of the prescription and the submited medication.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationDispense",
  "baseDefinition" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationDispense.meta",
        "path" : "MedicationDispense.meta",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.meta.profile",
        "path" : "MedicationDispense.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.4"
      },
      {
        "id" : "MedicationDispense.identifier",
        "path" : "MedicationDispense.identifier",
        "short" : "ePrescription identifier",
        "min" : 1
      },
      {
        "id" : "MedicationDispense.identifier:prescriptionID",
        "path" : "MedicationDispense.identifier",
        "sliceName" : "prescriptionID",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId"
            ]
          }
        ],
        "patternIdentifier" : {
          "system" : "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"
        }
      },
      {
        "id" : "MedicationDispense.status",
        "path" : "MedicationDispense.status",
        "short" : "completed",
        "fixedCode" : "completed"
      },
      {
        "id" : "MedicationDispense.medication[x]",
        "path" : "MedicationDispense.medication[x]",
        "definition" : "The MedicationDispense references a medication which was dispensed",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication"
            ]
          }
        ]
      },
      {
        "id" : "MedicationDispense.performer.actor.identifier",
        "path" : "MedicationDispense.performer.actor.identifier",
        "min" : 1,
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://fhir.de/StructureDefinition/identifier-telematik-id"
            ]
          }
        ]
      },
      {
        "id" : "MedicationDispense.whenPrepared",
        "path" : "MedicationDispense.whenPrepared",
        "constraint" : [
          {
            "key" : "workflow-abgabeDatumsFormat",
            "human" : "Wert muss ein Datum in der Form: YYYY-MM-DD sein.",
            "source" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
            "severity" : "error",
            "expression" : "toString().length()=10"
          }
        ],
        "mustSupport" : false
      },
      {
        "id" : "MedicationDispense.whenHandedOver",
        "path" : "MedicationDispense.whenHandedOver",
        "constraint" : [
          {
            "key" : "workflow-abgabeDatumsFormat",
            "human" : "Wert muss ein Datum in der Form: YYYY-MM-DD sein.",
            "source" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
            "severity" : "error",
            "expression" : "toString().length()=10"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.